home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
raytrace
/
radiance
/
simplerd.lha
/
simplerad
/
FinalFTP
/
Conv
/
Off
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-07-13
|
282 b
|
9 lines
######################################################################
# Makefile for off (geometry only) to radiosity input file format.
# May, 1992.
######################################################################
all:
cc -o off2pat off2pat.c -lm -O
clean:
rm -f off2pat